.tertiary_card .card_wrapper{width:100%}.tertiary_card .card_wrapper .image_wrap{height:330px;width:100%;position:relative;overflow:hidden;border-radius:10px;box-shadow:0 3px 10px rgba(0,0,0,.16)}@media screen and (min-width: 750px){.tertiary_card .card_wrapper .image_wrap{height:400px}}@media screen and (min-width: 1450px){.tertiary_card .card_wrapper .image_wrap{height:450px}}@media screen and (min-width: 1750px){.tertiary_card .card_wrapper .image_wrap{height:500px}}.tertiary_card .card_wrapper .image_wrap .card_icon{position:absolute;bottom:20px;right:20px;font-size:30px;color:#fff;visibility:hidden;-ms-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;-webkit-transition:all .2s ease}.tertiary_card .card_wrapper .image_wrap:hover{transform:rotate(-1deg)}.tertiary_card .card_wrapper .image_wrap:hover .card_icon{visibility:visible}.tertiary_card .card_wrapper .title{color:var(--mtv-dark-navy);margin-bottom:15px !important}