/**All responsive Classes here **/

@media only screen and (max-width: 768px) {
    .top_signup_btn{border-radius: 0px;}
    .navbar-right{ padding: 0px 0px 0px 15px;}
    .navbar-default{position: relative;}
    .top-social-link{text-align: center; display: none;}
    .footer-baner h5{margin-top: 15px;}
    .footer-baner h5 { padding-bottom: 5px; }
    .left_trailer_section iframe{height:320px !important;}
    .swiper-slide{margin-left:2.5%;}
	.card-img-top.img-responsive {align-content: center !important;}

}


@media (min-width: 355px) and (max-width: 420px) {
    .swiper-slide {margin-left: 0%;}
	.card-img-top.img-responsive {align-content: center !important;}

}
@media (min-width: 320px) and (max-width: 600px) {
	.swiper-wrapper {
    	height: 600px !important;
		width: 0%!important;
	}
	.right_trailer_section ul li{
		width: 42%;
	}

}

@media only screen and (max-width: 991px){
	#categories_tab .parent img{
		margin: 0 auto;
	    display: block;
	}
    .top_signup_btn{margin-right: 15px;}
}
@media only screen and (min-width: 991px) {
	.footer-baner h5 { padding-bottom: 10px; }
}

