@media screen and (min-width: 1200px) {
.poster-previewtxt{font-size:3.5em; top: 41%;}
.previewpic{top:54%;}
}
@media screen and (width: 1180px) {
.poster-previewtxt{font-size:3em; top: 41%;}
.previewpic{top:54%;}
}
@media screen and (max-width:1080px) {
.poster-previewtxt{font-size:2.6em; }

}

@media screen and (max-width:1024px) {
.tnc .checkmark:after {
    left: 4px;
    top: -2px;}
	
.poster-previewtxt{font-size:2.5em; top: 41%;}
}	
  
@media only screen and (orientation: landscape) {

    .orientation-gif {
        display: none;
    }
}



@media only screen and (orientation: portrait) {

    .orientation-gif {
        display: block;
    }
}