@charset "UTF-8";

/* uga-iframe.css */

.sd-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.sd-video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.signingday-container {
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
}
.signingday-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.signingday-container2 {
    position: relative;
    padding-bottom: 1000px;
    height: 0;
    overflow: hidden;
}
.tennis-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.tennis-container2 {
    position: relative;
    padding-bottom: 1000px;
    height: 0;
    overflow: hidden;
}
.tennis-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
