/************ TAG STYLES************/body {	margin: 0px;	background: white;	cursor: default;}video {	height: 100%;	width: 100%;}/************************CREATIVE CONTENT STYLES************************/#ad-container {	width: 100vw;	height: 100vh;	position: relative;	top: 0px;	left: 0px;	background-color: #CCCCCC;	z-index: 1;}.bstro-product {	height: 67%;	position: relative;}#clickThroughButton {	position: absolute;	width: 100%;    height: 100%;    border: 0px;    z-index: 1;    cursor: pointer;    top: 0px;}/**************************MEDIA QUERY SIZING STYLES**************************//* CSS for small size */@media (max-width: 479px), (max-height: 479px) {	#video-container {		height: 152px;		width: 270px;	}	}/* CSS for medium size */@media (max-height: 599px) and (min-width: 480px) and (min-height: 480px), (max-width: 599px) and (min-width: 480px) and (min-height: 480px) {	#video-container {		height: 203px;		width: 360px;	}	}ma