/*styles.css*/


.yt-showcase-container {
    display: flex;
    gap: 10px;
	justify-content:center;
	margin:20px 0px 0px 20px;
}

.yt-showcase-container img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    filter:brightness(60%);
	object-fit: cover;
}

.yt-showcase-column {
    display: flex;
    flex-direction: column;
}

.yt-showcase-column-left .yt-showcase-box-large {
    width: 55vw;
    height: 31vw;
}

.yt-showcase-column-right {
    justify-content: space-between;
}

.yt-showcase-column-right .yt-showcase-box-small {
    width: 18vw;
    height: 9.6vw;
    /*     background-color: #2ecc71;
 */    display: flex;
    gap: 10px;
}

.yt-showcase-inner-box {
    width: 100%;
    height: 100%;
/*     background-color: #e74c3c;
 */}


.video-details-date{
    font-size:10px;
	color:#333;
	text-decoration:underline;
}
.video-details-title{
    font-weight:bold;
    font-size:10px;
    text-transform:uppercase;
    overflow: hidden;
}
.video-details-description{
    font-size:10px; 
    overflow: hidden;
}
#yt-showcase-main-container{
    visibility:hidden;
	display:flex;
}

@media only screen and (max-width: 1021px) {
.yt-showcase-column-right{
    display:none;
}
.yt-showcase-column-left .yt-showcase-box-large {
    width: 95vw;
    height: 53vw;
}
}
@media only screen and (max-width: 1100px) {
	
.yt-showcase-container {
    display: flex;
    gap: 10px;
	justify-content:center;
	margin:20px 5px 20px 5px;
}

.video-details-description{
    display:none;
}
}

#yt-showcase-title-container {
	padding-left:0px;
}

#yt-showcase-title-container h2 {
    font-weight:600;
}

#yt-showcase-title-container hr {
    border-top:1px solid gray;
}

.mktv-cta-container{
    display:flex;
	justify-content:center;
}
#videos-cta-button{
	border-radius:25px!important;
	padding:5px 25px!important;
	margin-top:40px!important;
}


.videos-home{
	margin-top:30px;
}

iframe#yt-video {
    height: 100% !important;
}

.play-button {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2em;
    opacity: 0.8;
    pointer-events: none;
}

.yt-showcase-box-large,
.yt-showcase-box-small {
    position: relative;
}

.yt-showcase-box-large img,
.yt-showcase-box-small img {
    display: block;
}

.yt-showcase-box-large .play-button,
.yt-showcase-box-small .play-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
}

.yt-showcase-box-large .play-button {
    width: 10%;
    height: 10%;
    left: 50%;
}

.yt-showcase-box-small .play-button {
    width: 7%;
    height: 5%;
    left: 45%!important;
}

.mktv_modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 50px;
    max-width: 100vw;
    max-height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.mktv-modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    background-color: transparent;
    width: 70%;
    animation-name: modalopen;
    animation-duration: 0.4s;
}

@keyframes modalopen {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-left: 5px;
}

.close:hover,
.close:focus {
    color: #555;
    text-decoration: none;
    cursor: pointer;
}

.embed-responsive-16by9 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.embed-responsive-16by9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yt-showcase-box {
    cursor: pointer;
    padding: 5px 5px;
    display: inline-block;
    border-radius: 4px;
}

@media only screen and (max-width: 600px) {
    .mktv-modal-content {
        width: 100%;
    }
}
