.flex{
    display: flex;
}

main{
    width: 100%;
}


#albums .iframe-wrap{
    opacity: 0.99;
    position: relative;
    height: 0;
    border-radius: 6px 6px 0 0 ;
    padding-top: 100%;
    overflow: hidden;
    background: #444857;
    background-size: cover;
}

#albums #ovni1{
    z-index: 1;
    top: -300px;
    left: -250px;
}

#albums #ovni2{
    z-index: 1;
    top: -460px;
    left: 120px;
}

@media (max-width: 1200px){

    #albums #ovni2{
        display: none;
    }
}


#albums .header{
    /*padding: 10px 30px 0px 30px;*/
    display: flex;
    flex-direction: column;
}

#albums .first{
    padding: 10px 30px 0px 30px;
    background-color: #ffffff;
    width: 100%;
}

#albums .second {
    padding: 10px 30px 10px 30px;
    width: 100%;
    border-radius: 0 0 6px 6px;
    background-color: #f0eff0;
    display: grid;
    justify-items: flex-end;
}

#albums .category {
    color: #8b8b8b;
    font: 600 13px "Open Sans";
}

#albums .card{
    height:40vh;
    border:none;
    background-color: #f8f9fa;
}

#albums img{
    height: 100%;
    position: absolute;
    min-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    object-fit: cover;

}

#albums .caption {

    top: 50%;
    right: 0;
    width: 35%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    background:
            #fff;
    border: 1px solid
    #eee;
    padding: 30px;
}

#albums .btn {

    margin-top:5px;
}



#albums_inside{
    width: 100%;
}

#albums_inside h2{
    margin: auto;
}

#albums .summary{
    height: 80px;
}

#albums h4{
    height: 60px;
    font-weight: bold;
}
#albums h4 a{
    color: #000;
}


@media (max-width: 1100px){

    #albums .row{
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 700px){
    #albums {
        clip-path: polygon(0% 2%, 100% 0%, 100% 100%, 0% 98%);
        top: -170px;
    }
    #albums .row{
        margin-right: 0;
        margin-left: 0;
    }

}

@media (max-width: 590px){
    #albums img{
        height: 60%;
        min-width: 60%;
    }
}