@charset "utf-8";

.social-check {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.social-check .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 350px;
	height: 220px;
}

.social-check .content i {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 15pt;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #fff;
	cursor: pointer;
	background: #3c3f4a;
	z-index: 99;
}


.ctacover {
	overflow: hidden;
	width: 100%;
	display:flex;
	flex-wrap:wrap;
	gap:2%;
	justify-content:space-between;
}

.ctacover .ctabanner {
	width: 49%;
	height: 330px;
}

.ctacover .header-video {
	width: 49%;
	height: 330px;
}

.ctacover .header-slider{
    width: 49%;
    height: 330px;
}

.ctacover .header-slider .homeSwiper{
	height:100%;
}

.ctacover .header-slider .homeSwiper img{
	display:block;
	object-fit:contain;
	width:auto;
	max-width:100%;
}

.ctacover .header-slider .homeSwiper .swiper-slide a{
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
	background:#000000;
}


.ctacover .ctabanner .cta-1 a {
	display: block;
	margin: 10px auto;
	max-width: 250px;
	width: 100%;
	font-size: 10pt;
}

.ctacover .ctabanner .h1 {
	font-size: 25pt;
}

.ctaform2-cover {
	width: 100%;
	overflow: hidden;
	padding: 0px 15px;
}

.ctaform2-cover .input-div {
	display: block;
	width: 100%;
}

.ctaform2-cover .input-div.left {
	float: left;
	width: 48%;
	margin: 0px 0px 10px;
}

.ctaform2-cover .input-div.right {
	float: right;
	width: 48%;
	margin: 0px 0px 10px;
}

.ctaform2-cover .input-div.mobile input {
	margin: 0 0;
}

.cta-form p {
	text-transform: none;
}

#recaptcha3>div {
	margin: 0px auto 10px;
}


.blog-detail-content ul {
	list-style-type: disc;
	margin-left: 20px;
}

.blog-detail-content ul li {
	line-height: 1.5;
}

.blog-detail-content ol {
	list-style-type: decimal;
	margin-left: 20px;
}

.blog-detail-content ol li {
	line-height: 1.5;
}

.page-extra-note {
	width: 100%;
}

.page-extra-note .note-cover {
	display: block;
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto 50px;
	padding: 30px 20px;
	background: #f5f5f5;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
}

.page-extra-note .note-cover b {
	font-weight: bold;
}

.new {
	position: absolute;
	font-size: 9px;
	top: -15px;
	color: #fce533;
	right: -11px;
}


.mobile-new::after {
	content: "NEW";
	position: relative;
	font-size: 10px;
	color: gold;
	top: -11px;
}


.view-all-video-btn {
	display: block;
	color: black;
	background-color: #fce533;
	text-align: center;
	padding: 10px 20px;
	box-sizing: border-box;
	font-weight: bold;
	margin: 10px 0;

}

.view-all-video-btn:hover {
	background: #d3c12b;

}

.bot-video-slot {
	width: 48%;
	padding-bottom: 40px;
	box-sizing: border-box;
}


.bot-video-slot-cat {
	color: #868586;
	font-size: 13px;
	display: inline-block;

}

.bot-video-slot-seperator{
	margin: 0 5px;

}


.bot-video-slot-date {
	color: #5ccaf4;
	font-size: 13px;
	padding: 5px 0;
	box-sizing: border-box;
	display: inline-block;
}

.bot-video-slot-title {
	color: black;
	font-size: 17px;
}

.bot-video-slot-desc {
	color: black;
	font-size: 12px;
}

.top-video {
	margin-bottom: 40px;
	width: 100%;

}


.top-video-title {
	/* font-weight: bold; */
	font-size: 23px;
}


.top-video-cat {
	color: #868586;
	font-size: 13px;
	display: block;

}

.top-video-date {
	color: #5ccaf4;
	font-size: 13px;
	display: inline-block;
	font-weight: bold;
	padding: 10px 0;
	box-sizing: border-box;
}

.video-cat-slot-right {
	width: 55%;
	padding-left: 5%;
	/* display: flex;
	flex-direction: column;
	justify-content: space-between; */
}


.video-cat-slot-right-video-title {
	font-size: 13px;
	color: black;
	line-height: 15px;
}

.video-cat-slot-right-video-date {
	font-size: 12px;
	color: #49c7f4;
	line-height: 12px;
}

span.video-date {
	position: initial !important;
}

.video-cat-slot {
	margin-bottom: 10px;
	display: flex;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
}

.video-cat-slot:last-child {
	border-bottom: 0;

}



.video-cat-slot-thumbnail {
	width: 45%;
	height: 75px;

}

.video-cat-slot-thumbnail-img {
	width: 100%;
	height: 100%;
}



.iframe-popup {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}

.iframe-popup>iframe {
	position: absolute;
	top: 50%;
	max-width: 95%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/*blog pagination*/
ul.user-button {
	width: 100%;
	text-align: center;
	position: relative;
	bottom: 0;
}

ul.user-button li {
	display: inline-block;
	margin: 5px 10px;
	padding: 0 0;
	vertical-align: middle;

}

ul.user-button li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: black;
	border: 1px solid black;
	border-radius: 50%;
}

ul.user-button li.active a {
	background: black;
	color: white;
	border: 1px solid black;
	border-radius: 50%;
}

ul.user-button li a:hover {
	background: black;
	color: white;
}

.video-categoty-thumbnail-wrap {
	height: 134px;
}

.video-categoty-thumbnail {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	filter: brightness(0.5);
	transition: 0.4s;
}

.video-categoty-thumbnail:hover {
	filter: brightness(1);
	transition: 0.4s;
}


.video-categoty-video-slot-wrap {
	display: flex;
	flex-wrap: wrap;
}


.video-categoty-video-slot {
	width: 23.5%;
	padding-bottom: 30px;
	box-sizing: border-box;
	/* padding: 10px; */
	margin: 0 1%;
}

.video-category-video-name {
	font-size: 11pt;
	color: #000;
	padding-top: 10px;

}

ul.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.right-recent-post-video {
	width: 100%;
	padding-top: 20px;
}

.video-categoty-video-slot:nth-child(4n + 1) {
	margin-left: 0;
}

.video-categoty-video-slot:nth-child(4n) {
	margin-right: 0;
}


.header-bottom .page-navigation ul li a {
	font-size: 13px;
}

.bot-video-slot-thumbnail {
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
	background-size: cover;
	background-position: center;
	position: relative;
	filter: brightness(50%);
	transition: 0.4s;
}

.bot-video-slot-thumbnail:hover{
	filter: brightness(100%);
	transition: 0.4s;
}



.bot-video-slot-thumbnail-icon {
	color: grey;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 55px;
}

.content-left-video {
	padding-right: 0;
}

.bot-video-slot-thumbnail-icon-icon{
	background-image: url("https://www.soccertipsters.com/images/youtube-icon-grey.png");
	height: 100%;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	transition: 0.4s;
}

.bot-video-slot-thumbnail:hover .bot-video-slot-thumbnail-icon-icon{
	background-image: url("https://www.soccertipsters.com/images/youtube-icon-red.png");
	height: 100%;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	transition: 0.4s;
}

.video-categoty-thumbnail:hover .bot-video-slot-thumbnail-icon-icon{
	background-image: url("https://www.soccertipsters.com/images/youtube-icon-red.png");
	height: 100%;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	transition: 0.4s;
}


.bot-video-slot-thumbnail-icon{
	height: 55px;
	width: 55px;
}



.video-popup-wrap{
	display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    top: 0;
    left: 0;
}

.video-popup-wrap .overlay{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	top: 0;
	left: 0;
}


.video-popup {
    display: block;
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-top: solid 5px #ffdd28;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    padding: 15px 10px;
    box-sizing: border-box;
	background-color: white;
}
.video-popup-content-title{
    font-size: 15px;
    line-height: 20px;
    font-family: "Montserrat medium";
    padding-bottom: 15px;
}

.video-popup-content{	
    padding: 0 20px;
}

.video-popup-content-img{
    height: 150px;
    width: 150px;
    border-radius: 100%;
    background-color: #272727;
    margin: 10px 0;
    border: 3px solid yellow;
	display: flex;
    min-height: 135px;
	align-items: center;
    justify-content: center;
	padding: 15px;
    box-sizing: border-box;
}

.video-popup-content-img img{
	width: auto;
    max-width: 100%;
}


.video-popup-content-para{
	line-height: 20px;
	font-size: 14px;
}

.video-sub-button a{
	color: white;
	padding: 10px 25px;
	box-sizing: border-box;
	margin: 10px 0;
	display: inline-block;
	background-color: red;
	border-radius: 30px;
    letter-spacing: 4px;
}


.video-popup-close{
	color: black;
	cursor: pointer;
	font-size: 22px;
	float: right;
}


.video-popup-content-img-wrap{
	display: inline-block;
	float: left;
    width: 30%;
}

.video-popup-content-img-wrap img{
	width: auto;
    max-width: 100%;
}



.video-popup-content-img-para-wrap{
	display: inline-block;
	float: right;
    width: 70%;
}

.video-popup-content-img-para-wrap a{
    color: white;
    background-color: red;
    padding: 10px;
	display: inline-block;

}


.video-popup-content-right{
	display: flex;
	justify-content: space-between;
}


.video-popup-content-img-para{
	font-size: 18px;
    line-height: 20px;
    font-family: "Montserrat medium";
    padding-bottom: 5px;
}


.payment-content-cover{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.payment-content .left,
.payment-content .right{
	float:none !important;
}

.payment-content .column-left{
	height:auto !important;
}

.payment-content .left .row,
.payment-content .right .row{
	display:flex !important;
	flex-wrap:wrap !important;
}

.payment-content .column-left span, .payment-content .column-right span{
	height:50px !important;
}

.payment-content .column-left span img, .payment-content .column-right span img{
	display:block;
	object-fit:contain;
	height:100%;
}

ul.countrybank{
	display:flex;
	flex-wrap:wrap;
}

ul.countrybank li {
	width:180px !important;
	padding:10px 15px !important; 
	text-align:left !important;
}

ul.countrybank li b{
	display: inline-block;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 10px;
	width: 21px;
	height: 21px;
	overflow:hidden;
}


ul.countrybank li b img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}

.floating-banner{
	position:fixed;
	left:0px;
	bottom:30vh;
	cursor:pointer;
	z-index:99;
}

.floating-banner img{
	width:100%;
}

.floating-banner-content{
	position:fixed;
	display:none;
	align-items:center;
	justify-content:center;
	background:rgba(0,0,0,0.9);
	width:100%;
	height:100%;
	z-index:9999999999;
	top:0;
	left:0;
}

.floating-banner-content .content{
	max-width:600px;
	margin:10px 10px;
	    max-height: 100vh;
    overflow-y: auto;
}

.floating-banner-content .content .youtube_frame{
	width:100%;
}

.floating-banner-content .content .youtube_frame iframe{
	width:100%;
}

.floating-banner-content .content .banner_image{
	margin-top:20px;
	width:100%;
}

.floating-banner-content .content .banner_image img{
	display:block;
	width:100%;
	object-fit:contain;
}

.floating-banner-content .content .closethisbanner{
	float:right;
	display:block;
	color:#ffffff;
	cursor:pointer;
	margin:15px 0px;
	text-decoration:underline;
}

.floating-banner-mobile{
	display:none;
	position:fixed;
	bottom:0;
	left:0;
	z-index:9999999999;
	width:100%;
	cursor:pointer;
}

.floating-banner-mobile.hide{
	z-index:999;
}

.floating-banner-mobile img{
	display:block;
	width:100%;
	height:100%;
	object-fit:contain;
	z-index:1;
	position:relative;
}

.close-mobile-floating{
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	border-radius:100%;
	border:1px solid #ffffff;
	height:20px;
	width:20px;
	background: rgba(0,0,0,.7);
	z-index:2;
}

.close-mobile-floating:before{
	content: "";
    position: absolute;
    left: 8px;
    top: 2px;
    width: 2px;
    height: 13px;
    transform: rotate(45deg);
    background: #ffffff;
}


.close-mobile-floating:after{
	content: "";
    position: absolute;
    left: 8px;
    top: 2px;
    width: 2px;
    height: 13px;
    transform: rotate(135deg);
    background: #ffffff;
}

.page-extra-note .note-cover  > h1{
	font-family: "Montserrat Medium";
    font-size: 16pt;
    line-height: 1.3;
    margin: 10px 0px;
    color: #000;
}

.page-extra-note .note-cover  > h2{
	font-family: "Montserrat Medium";
    font-size: 14pt;
    line-height: 1.3;
    margin: 10px 0px;
    color: #000;
}

.page-extra-note .note-cover > a{
	color:#fce533;
}



.floating-social{
	z-index:999;
}


.subscription_tips_dd {
  width: 100%;
  position: relative;

}

.subscription_tips_dd .selected {
  width: 100%;
  border: 1px solid #d7d7d7;
  padding: 10px 10px;
  color: #000000;
  line-height: 1.3;
  cursor: pointer;
  background: url(../images/angle-down.png)
	no-repeat right 5px center;
}

.subscription_tips_dd .dd_option {
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #d7d7d7;
  background: #ffffff;
  width: 100%;
  display: none;
  z-index:10;
  -webkit-box-shadow: 9px 11px 10px -6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 9px 11px 10px -6px rgba(0, 0, 0, 0.35);
  box-shadow: 9px 11px 10px -6px rgba(0, 0, 0, 0.35);
  height:150px;
  overflow-y:auto;
}

.subscription_tips_dd .dd_option .item {
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 10px;
  color: #000000;
  line-height: 1.3;
  cursor: pointer;
  background:#ffffff;
}

.subscription_tips_dd .dd_option .item:hover {
  background: #f5f5f5;
}

.subscription_tips_dd .dd_option .item:last-child {
  border-bottom: none;
}

.maintable-content.tips-table-row,
.maintable-wrapper{
	overflow:visible;
}

.content-wrapper{
	padding-bottom:50px;
}


.right-box-content ul li.promocode_checkout{
	display:flex;
	align-items:center;
}

.right-box-content ul li.promocode_checkout .input-field{
	width:calc(100% - 80px);
	border-radius:3px 0px 0px 3px;
}

.right-box-content ul li p#promote_code_msg{
	line-height:1.3;
	color:green;
}

.right-box-content ul li p#promote_code_msg.false{
	color:red;
}

.right-box-content ul li.promocode_checkout .applybutton{
	width:80px;
	text-align: center;

}

.right-box-content ul li.voucher_checkout{
	padding-top:10px;
	padding-bottom:10px;
}

.right-box-content ul li.voucher_checkout .showallcoupon{
	text-align:center;
	color:#000000;
	font-family:"Montserrat Regular";
	font-size:14px;
	text-decoration:underline;
	cursor:pointer;
}

.right-box-content ul li.voucher_checkout .voucherList{
	padding:20px 0px;
	display:none;
	flex-direction:column;
	gap:10px;
}


.right-box-content ul li.voucher_checkout .voucherList .voucherDetail{
	border:1px solid #d7d7d7;
	border-radius:4px;
	display:flex;
	flex-wrap:wrap;
}

.right-box-content ul li.voucher_checkout .voucherList .voucherDetail .top{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:20px 10px;
	width:100%;
}

.right-box-content ul li.voucher_checkout .voucherList .voucherDetail .btm{
	background:#11252e ;
	padding:10px 10px;
	color:#ffffff;
	width:100%;
	font-size:12px;
}

.right-box-content ul li.voucher_checkout .voucherList .voucherDetail .top .vname{
	font-size:14px;
	color:#000000;
}

.right-box-content ul li.voucher_checkout .voucherList .voucherDetail p{
	font-size:14px;
}

.right-box-content ul li.voucher_checkout .voucherList .voucherDetail a{
	font-family: "Montserrat Bold";
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
	border:1px solid #ffffff;
	border-radius:4px;
	background:#1abc9c;
	cursor:pointer;
	padding:10px 12px;
	width:80px;
	text-align:center;
}

.right-box-content ul li.voucher_checkout .voucherList .voucherDetail a.active{
	background:#03946a;
	border:1px solid #03946a;
	color:#ffffff;
}

.right-box-content ul li.voucher_checkout .voucherList .voucherDetail a:hover{
	background:#03946a;
	color:#ffffff;
}

.right-box-content ul li.promocode_checkout .remove_promotecode,
.right-box-content ul li.voucher_checkout .voucherList .voucherDetail a.remove_promotecode{
	background:#9c9c9c;
	color:#ffffff;
	border:1px solid #9c9c9c;
}



@media only screen and (max-width: 1125px) {
	.header-bottom .page-navigation ul li{
		margin: 0 6px;
	}

	.bot-video-slot-thumbnail{
		height: 175px;
	}


}

@media only screen and (max-width: 1100px) {

	.header-bottom .page-navigation ul li a {
		font-size: 11px;
	}


	.video-categoty-thumbnail-wrap {
		height: 133px;
	}

	.ctacover .ctabanner {
		width: 100%;
		float: none;
		margin-bottom: 20px;
		height: auto;
	}

	.ctacover .header-video {
		float: none;
		width: 100%;
		height: auto;
	}
	
	.ctacover .header-slider{
		float: none;
		width: 100%;
		height: auto;
	}

}
@media only screen and (max-width: 1065px) {
	.video-categoty-thumbnail-wrap {
		height: 125px;
	}
}

@media only screen and (max-width: 1055px){
	.bot-video-slot-thumbnail {
		height: 157px;
	}
}



@media only screen and (max-width: 1035px) {
	.video-categoty-thumbnail-wrap{
		height: 115px;
	}
}


@media only screen and (max-width: 1025px) {
	.bot-video-slot-thumbnail {
		height: 230px;
	}
}




@media only screen and (max-width: 968px) {
	.bot-video-slot-thumbnail{
		height: 215px;
	}
	.video-categoty-thumbnail-wrap {
		height: 107px;
	}
}

@media only screen and (max-width: 900px) {
	.video-categoty-thumbnail-wrap {
		height: 99px;
	}
}


@media only screen and (max-width: 900px) {

.video-categoty-thumbnail-wrap {
    height: 100px;
}

}

@media only screen and (max-width: 870px) {
	.bot-video-slot-thumbnail {
		height: 190px;
	}
}

@media only screen and (max-width: 840px) {

	.video-categoty-thumbnail-wrap {
		height: 183px;
	}

	.video-categoty-video-slot{
		width: 47%;
	}

	.video-category-video-name{
		font-size: 12px;
		line-height: 16px;
	}
}

@media only screen and (max-width: 795px) {
	.video-categoty-thumbnail-wrap {
		height: 168px;
	}

	.bot-video-slot-thumbnail {
		height: 171px;
	}

	.top-video iframe{
		height: 360px;
	}
}

@media only screen and (max-width: 720px) {
	.video-categoty-thumbnail-wrap {
		height: 153px;
	}

	.bot-video-slot-thumbnail {
		height: 154px;
	}

	.top-video iframe{
		height: 320px;
	}


}

@media only screen and (max-width: 706px) {
	.bot-video-slot-thumbnail {
		height: 154px;
	}

	.bot-video-slot-thumbnail-icon{
		height: 45px;
		width: 45px;
	}
}

@media only screen and (max-width: 660px) {
	.video-categoty-thumbnail-wrap {
		height: 140px;
	}
}


@media only screen and (max-width: 650px) {
	.bot-video-slot-thumbnail{
		height: 137px;
	}

	.top-video iframe{
			height: 285px;
	}
}

@media only screen and (max-width: 620px) {
	.bot-video-slot-thumbnail{
		height: 130px;
	}

	.video-categoty-thumbnail-wrap{
		height: 130px;
	}
}


@media only screen and (max-width: 580px) {
	.bot-video-slot-thumbnail{
		height: 130px;
	}

	.video-categoty-thumbnail-wrap{
		height: 120px;
	}

	.top-video iframe{
		height: 255px;
	}

	.video-popup{
		width: 300px;
	}

	.video-popup-content{
		text-align: center;
	}
	.video-popup-content-right{
		display: block;
	}

	.video-popup-content-img-wrap{
		width: 100%;
		float: none;
	}

	.video-popup-content-img-para-wrap{
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 560px) {
	.bot-video-slot-thumbnail{
		height: 115px;
	}
}	


@media only screen and (max-width: 535px) {
	.video-categoty-thumbnail-wrap{
		height: 109px;
	}

	.top-video iframe{
		height: 225px;
	}

}

@media only screen and (max-width: 515px) {
	.bot-video-slot-thumbnail {
		height: 109px;
	}
}

@media only screen and (max-width: 495px) {
	.video-categoty-thumbnail-wrap{
		height: 100px;
	}
}




@media only screen and (max-width: 480px) {
	
	.floating-banner-mobile{
		display:block;
	}
	
	.floating-banner{
		display:none;  
	}
	
	.ctaform2-cover .input-div.right,
	.ctaform2-cover .input-div.left {
		width: 100%;
		float: none;

	}


	.bot-video-slot{
		width: 100%;
	}

	.bot-video-slot-thumbnail{
		height: 200px;
	}
	.video-categoty-thumbnail-wrap{
		height: 100px;
	}

	.top-video iframe{
		height: 200px;
	}
}


@media only screen and (max-width: 440px) {
	.bot-video-slot-thumbnail{
		height: 180px;
	}

	.top-video iframe{
		height: 180px;
	}
}

@media only screen and (max-width: 380px) {
	.video-categoty-thumbnail-wrap{
		height: 84px;
	}
	
	.header-bottom .logo img{
		height:25px;
	}
}

@media only screen and (max-width: 360px) {
	.video-categoty-thumbnail-wrap{
		height: 78px;
	}

	.top-video iframe{
		height: 160px;
	}
}

@media only screen and (max-width: 355px) {
	.video-categoty-thumbnail-wrap{
		height: 78px;
	}
	.bot-video-slot-thumbnail {
		height: 160px;
	}
}


