
iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 30px;
}

.content {
    align-items: center;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    display: flex;
    flex-direction: column;
}
  
.video{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
}

.video iframe{
    width: 32%;
    min-width: 300px;
    margin: 5px;
    aspect-ratio: 16 / 9;
}

.images{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
}

.images img{
    width: 80%;
    margin: 5px;
    aspect-ratio: 16 / 9;
}

#imagesDots{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#imagesDots button{
    background-color: gray;
    border: 0;
    margin: 5px;
    width: 10px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
}

.aluthwassak-title{ 
    background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    flex-direction: row;
    padding-left: 15%;
    padding-right: 10%;
    min-height: 30px;
}

.aluthwassakimg{
    width: 80%;
    margin-top: -10px;
    margin-bottom: -10px;
    max-width: 1000px;
}

.yttitle{
    background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    flex-direction: row;
    padding-left: 15%;
    padding-right: 10%;
}
.yttitle img{
    width: 30%;
    margin-top: -10px;
    margin-bottom: -10px;
    max-width: 200px;
}
.prgmtitle{
    background-color: rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    flex-direction: row;
    padding-left: 15%;
    padding-right: 10%;
}

.prgmtitle img{
    width: 50%;
    margin-top: -10px;
    margin-bottom: -10px;
    max-width: 400px;
}
/* ...................................................... */

.music{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

#musicProgress{
    width: 100%;
    height: 5px;
    z-index: 1;
}

.musicPlayer{
    background-color: #f3f3f3;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: -2px;
    align-items: center;
}

#musicTitle{
    width: 50%;
    font-size: 21px;
    font-weight: bold;
}
.musicControls{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.musicControls button{
    width: 50px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
#musicPlay{
    width: 70px;
    margin: 8px;
}
.musicControls button img{
    width: 100%;
    height: 100%;
}

.musicVolumeControl{
    color: #000;
    display: flex;
    flex-direction: row;
}
#musicVolume{
    margin-left: 20px;
    width: 40px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
#musicVolume img{
    width: 100%;
    height: 100%;
}



@media only screen and (max-width: 800px) {
    .aluthwassakimg{
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .prgmtitle img{
        margin-top: -5px;
        margin-bottom: -5px;
    }
    .musicVolumeControl{
        display: none;
    }
    #imagesDots{
        display: none;
    }
}
