/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.item-slider-header {
min-height: 581px;
}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.item-slider-header {
min-height: 1081px;
}
}