

.folder img {
    width: 200;
    height: 150;
    
    object-fit: cover;
}

.image img {
    width: 400;
    height: 300;
    
    object-fit: cover;
}

.no-gutter > [class*='col-'] {
    padding-right:1;
    padding-left:0;
    padding-bottom:10;
}

.no-border{
    border-width: 0;
}

@media only screen and (min-width: 1510px){
.container {
    width: 1500px;
}

}