﻿
.ytBtn{
    cursor:pointer;
}

#playButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    position: absolute;
    height: 180px;
}

#playButton:hover {
    transition: .1s all;
    background-color: #00000057;
}


#iframeVideos {
    background: transparent;
}
