.page-content{
	padding: none;
}

#content-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.column{
	width: 600px;
	padding: 10px;
}

#featured{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#bgfeatured{
	object-fit: contain;
}

#video-bgfeatured{
    object-fit: contain;
	margin-top: -376px;
}

#overlay{
	width: 100%;
	height: 100%;
}

#video-overlay{
	width: 100%;
	height: 100%;
	margin-top: -412px;
}

#overlay1{
	width: 100%;
	height: 100%;
}

#frame{
	width: 100%;
	height: 100%;
}

#watermark{
	width: 667px;
    height: 500px;
    max-width: 667px;
    max-height: 500px;
}

#video-watermark{
    width: 100%;
	height: 100%;
	margin-top: -497px;
}

.thumbnail{
	max-width: 180px;
	max-height: 100px;
	cursor: pointer;
	opacity: 0.5;
	margin: 5px;
	border: 2px solid #40dcfd;
	border-radius: 10px;
}

.thumbnail:hover{
	opacity:1;
}

.overlay{
	max-width: 180px;
	max-height: 100px;
	cursor: pointer;
	opacity: 0.5;
	margin: 5px;
	border: 2px solid #40dcfd;
	border-radius: 20px;
}

.overlay:hover{
	opacity:1;
}

.frame{
	max-width: 180px;
	max-height: 100px;
	cursor: pointer;
	opacity: 0.5;
	margin: 5px;
	border: 2px solid #40dcfd;
	border-radius: 20px;
}

.frame:hover{
	opacity:1;
}

.active{
	opacity: 1;
}

#slide-wrapper{
	max-width: 500px;
	display: flex;
	min-height: 100px;
	align-items: center;
	padding-top: 40px;
	margin: 0px auto;
}

#slider{
	width: 440px;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}

#slide-wrapper-overlay{
	max-width: 100px;
	min-height: 500px;
	align-items: center;
}

#slider-overlay{
	width: 190px;
	height: 650px;
	flex-wrap: nowrap;
	overflow-y: auto;
	display: contents;
}

#slider::-webkit-scrollbar {
	width: 8px;
}

#slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);

}
 
#slider::-webkit-scrollbar-thumb {
   border-radius: 100px;

}

#slider::-webkit-scrollbar-thumb:hover{
    background-color: #18b5ce;
}

.arrow{
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: .3s;
}

.arrow:hover{
	opacity: .5;
	width: 35px;
	height: 35px;
}

.over-frame{
	position: relative; 
	text-align: center;
}

#image_div{
    width: 667px;
    height: 500px;
    margin: 0px auto;
}

#video_image_div{
    width: 667px;
    height: 380px;
    margin: 0px auto;
}

@media screen and (max-width: 1280px) {
    #image_div {
        width: 611px;
        height: 460px;
        margin: 0px auto;
    }
    
    #featured{
    	width: 100%;
    	height: 100%;
    	object-fit: contain;
    }
    
    #bgfeatured{
    	object-fit: contain;
    	margin-top: -327px;
    }
    
    #frame{
    	width: 100%;
    	height: 100%;
    	margin-top: -566px;
    }
    
    #watermark{
    	width: 100%;
    	height: 100%;
    }
}

@media only screen and (max-width: 600px) {
    #image_div {
        width: 290px;
        height: 255px;
        margin: 0px auto;
    }
    
    #video_image_div {
        width: 344px;
        height: 200px;
        margin: 0px auto;
    }
    
    #video-overlay {
        width: 100%;
        height: 100%;
        margin-top: -230px;
    }
    
    #featured{
    	width: 100%;
    	height: 100%;
    	object-fit: contain;
    }
    
    #bgfeatured{
    	object-fit: contain;
    	margin-top: -275px;
    }
    
    #video-bgfeatured {
        object-fit: contain;
        margin-top: -277px;
        height: 200px;
    }
    
    #frame{
    	width: 100%;
    	height: 100%;
    	margin-top: -364px;
    }
    
    #watermark{
    	width: 100%;
    	height: 100%;
    }
    
    #video-watermark {
        width: 100%;
        height: 100%;
        margin-top: -318px;
    }
}