.views-mlframe-grid .col-12, 
.views-mlframe-grid .col-sm-6, 
.views-mlframe-grid .col-md-4, 
.views-mlframe-grid .col-lg-3, 
.views-mlframe-grid .col-xl-2 {
    padding: 0px;
    margin: 0.5%;
    border: 1px solid silver;
    background-color: white;
}

.views-mlframe-grid .views-field-field-ml-media-type {
    width: 33%;
    float: left;
    text-align: center;
    border-bottom: 1px solid silver;
    line-height: 200%;
    color: #666;
}

.views-mlframe-grid .views-field-field-size {
    width: 33%;
    float: left;
    text-align: center;
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    line-height: 200%;
    color: #666;
}

.views-mlframe-grid .views-field-langcode {
    width: 33%;
    float: left;
    text-align: center;
    border-bottom: 1px solid silver;
    line-height: 200%;
    color: #666;
}

.views-field-field-ml-media-type-1 img {
    width: 100%;
}

.views-mlframe-grid .downloadButton {
    color: white;
    position: absolute;
    margin-top: 45%;
    margin-left: -95%;
    font-size: 1.25rem;
}

.views-field-field-service-1 img {
    position: absolute;
    top: 10%;
    left: 85%;
    width: 10%;
    height: auto;
}

.views-mlframe-grid .ml_video_popup {
    width: 200%;
    height: auto;
    position: relative;
}

.views-mlframe-grid .ml-video {
    width: 50%;
    display: block;
    line-height: 22rem !important;
    position: absolute;
    margin-top: -10rem;
    color: transparent !important;
}

.views-mlframe-grid .ml-pdf {
    width: 100%;
    display: block;
    line-height: 22rem;
    position: absolute;
    margin-top: -10rem;
    color: transparent;
}

.views-mlframe-grid .views-field-title {
    font-weight: bolder;
    color: #666;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2.5%;
    line-height: 1.125rem;
}

.views-mlframe-grid .title-short {
    line-height: 0.25rem;
    position: absolute;
    margin-top: -46.5%;
    color: white;
    font-weight: 100;
    margin-left: -0.75rem;
    font-size: 0.65rem;
}

.views-mlframe-grid .views-field-body {
    font-size: smaller;
    color: #333;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2.5%;
    line-height: 1.125rem;
}

.views-mlframe-grid .views-field-field-service {
    font-size: smaller;
    color: #666;
    margin-left: 5%;
    margin-top: 15%;
    position: absolute;
    bottom: 10%;
}

@media (max-width: 576px) {
    .views-mlframe-grid .col-sm-6 {
        width: 100%;
        max-width: 100%;
        flex:100%;
        min-height: 500px;
        overflow: hidden;        
    }
}

@media (min-width: 576px) {
    .views-mlframe-grid .col-sm-6 {
        width: 49%;
        max-width: 49%;
        flex:49%;
        min-height: 450px;
        overflow: hidden;        
    }
}

@media (min-width: 768px) {
    .views-mlframe-grid .col-md-4 {
        width: 32%;
        max-width: 32%;
        flex:32%;
        min-height: 450px;
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    .views-mlframe-grid .col-xg-3 {
        width: 24%;
        max-width: 24%;
        flex:24%;
        min-height: 450px;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .views-mlframe-grid .col-lg-3 {
        width: 24%;
        max-width: 24%;
        flex:24%;
        min-height: 450px;
        overflow: hidden;
    }
}
