﻿#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0,.65) url(../Images/loader.gif) no-repeat center center;
    z-index: 1516;
}

.bg-acco-club-login-image {
    background: url("../Images/ACCOLogo.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.img-sponsors {
    width: 150px;
    height: 100px;
    object-fit: contain;
}

.img-profile {
    width: 130px;
    height: 80px;
    object-fit: fill;
}

.tbody-sponsors {
    height: 250px;
    overflow-y: auto;
    display: block;
}

testiframe {
    overflow: hidden;
    width: 100%;
    height: 500px;
}

iframe {
    width: 100%;
    height: 540px;
    max-width: 100%;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0 auto;
    display: block;
}
@media (max-width: 576px) {
    iframe {
        
        height: 250px;
    }
}