/**
 * Created: 		04/23/2025
 * Updated:			04/23/2025
 * Description:		Styles
 * ✅		 		Functions that are working
 * ❌				Functions that are not working
 */

@media only screen and (max-width: 991px) {
  body.rsgdx-active .rsgdx-vertical-slider-post-1 {
    top: 0%;
    right: 0;
    width: 50% !important;
    left: 0;
  }
  body.rsgdx-active .rsgdx-vertical-slider-post-3 {
    top: 0%;
    left: 50% !important;
    right: 0;
    width: 50% !important;
  }
}
@media only screen and (max-width: 450px) {
  body.rsgdx-active
    .rsgdx-banner-slider-with-switch
    .rsgdx-banner-slick
    .slick-arrow {
    display: none !important;
  }
}
