/*
@media only screen and (min-width:1025px) {}
@media only screen and (max-width:1024px) {}
@media only screen and (max-width:782px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:600px) {}
*/

.home.mobile_device #header_slider .item img {
  object-fit: cover;
}
.home.mobile_device #header_slider .item1 img {
  object-position: 50% 0;
}