﻿.video-galery{
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 30px;
}
.video-title {
    margin-top: 30px;
    font-size: 25px;
}
.my-frame{
    width: 100%;
    height: 100px;
}
.video-galery {
    display: none;
}

.video-box {
    display: block;
    
}
.konoha {
    display: none;
}
.mobile_square {
    background-color: white;

    box-shadow: -2px 2px 2px rgba(101,110,113,0.5);
}
@media screen and (min-width: 576px) {
    .konoha{
        display: flex;
    }
    .sunogakure{
        display: none;
    }
    .video-galery {
        display: block;
    }
    .video-box{
        display: none;
    }
}
@media screen and (min-width: 767.99px) {
    .video-galery {
        background-color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 30px;
    }

    .video-title {
        font-size: 35px;
        margin-top: 10px;
        margin-left: 200px;
        font-family: 'Century Gothic Bold';
    }

    .my-frame {
        width: 100%;
        height: 200px;
    }
}
@media screen and (min-width: 991.99px) {
    .video-galery {
        background-color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 30px;
    }

    .video-title {
        font-size: 35px;
        margin-top: 10px;
        margin-left: 178px;
        font-family: 'Century Gothic Bold';
    }
    .my-frame{
        width: 100%;
        height: 300px;
    }
}