@charset "utf-8";

.carousel-video-iframe-kapsul {
	overflow: hidden;
    position: relative;
    width:100%;
}
.carousel-video-iframe-kapsul::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.carousel-video-iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (min-width : 250px ) and ( max-width : 1200px )
{
	
}


