.mps-app-card:hover {
    cursor: pointer
}

.mps-app-add-icon {
    font-size: 80px !important;
    margin-top: 50px !important;
    color: #989898 !important;
}

.mps-link {
    color: #fff;
    text-decoration: none !important;
}

.mps-link:hover {
    text-decoration: none !important;
}

.thumbnail iframe {
    width: 1220px;
    height: 925px;
}

.thumbnail {
    position: relative;
    zoom: 1;
    -ms-zoom: 1;
    transform: scale(0.28);
    -moz-transform: scale(0.28);
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.28);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.28);
    -webkit-transform-origin: 0 0;
}

.thumbnail:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.thumbnail-container {
    width: 100%;
    height: 165px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.iframe-container {
    position: relative;
    width: 100%;
    /* Set the width of the container as needed */
    height: 165px;
    /* Initially set the height to 0 
    padding-bottom: 56.25%;*/
    /* Set the aspect ratio for a 16:9 iframe (9 divided by 16) */
    overflow: hidden;
    /* Hide any overflowing content */
}

.iframe-container iframe {
    width: 100%; height: 100%; border: none; transform: scale(0.5); transform-origin: top left;
}

