// main blocks .right {float: right !important;} .parent { height: 43vh; overflow: hidden; position: relative; cursor: pointer; padding: 0; -webkit-transition: all linear 0.2s; transition: all linear 0.2s; &:hover{ -webkit-backface-visibility: 1; backface-visibility: 1; -webkit-filter: brightness(1.1) contrast(1.1) saturate(1.1); filter: brightness(1.1) contrast(1.1) saturate(1.1); } a { display: block; font-size: 36px; color: #381330; text-align: left; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; cursor: pointer; text-decoration: none; text-transform: uppercase; .child { height: 100%; width: 100%; padding: 33px 30px; } .block-title{ position: absolute; top: 33px; left: 30px; bottom: 0; right: 0; font-style: normal; } .membership{ position: absolute; left: 0; bottom: 0; right: 0; } } } .contestants{ background: url("../images/contestants.jpg"); background-repeat: no-repeat !important; background-size: cover !important; background-position: center !important; } .experts{ @extend .contestants; background: url("../images/experts.jpg"); } .alumni{ @extend .contestants; background: url("../images/alumni.jpg"); } // --------- .homePageVideoBlock{ height: 42vh; width: 100%; }