@media only screen and (min-width: 768px){.image-block.default-dp-height{height:100vh;height:calc(var(--vh)*100)}}@media only screen and (max-width: 767px){.image-block.default-mob-height{height:580px}}@media only screen and (min-width: 768px){.image-block.custom-dp-height{height:var(--image-block-height)}}@media only screen and (max-width: 767px){.image-block.custom-mob-height{height:var(--image-block-height-mobile)}}.image-block img{object-position:top;max-width:initial}
