@media screen and (min-width: 768px) {
	.image-with-ctas {
        position: relative;
        width: auto;
        margin: auto;
    }
    .ctas {
        position: relative;
        bottom: 208px;
    }
}
@media screen and (min-width: 936px) {
    .image-with-ctas {
        width: 936px;
    }

    .ctas {
        bottom: 260px;
    }
    
}