.mobileHide { display: inline;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px)
   {
   .mobileHide { display: none;}
   }


.trailer_box .desc h2 {
		font-size: 27px;
		line-height: 27px;
	}
.trailer_box.plain .desc h2 {
	font-weight: 400;
	line-height: 30px;
	font-size: 20px;
	}
.trailer_box.plain .desc .subtitle {
	font-weight: 400;
	font-style: normal;
	}

a:hover {
   background-color: #53edff;
   Padding: 0px;
}
