﻿/*Include 2 different names...1 copied from Maui Sand Castles and original KauaiRocks...in case different names are referenced*/
.video-container {
    position: relative;
    padding-bottom: 75.00%;
    padding-top: 35px;
    height: 0;
    overflow: hidden; /*I am a comment*/
}
.video-container-iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/"wrapper was missing...is in test mode*/
.pct75pct-wrapper {
    position: absolute;
    top:0;
    left: 0;
}
/"wrapper was missing...is in test mode*/

.pct75pct-container {
    position: relative;
    padding-bottom: 75%;
    padding-top: 35px;
    height: 0;
    overflow: hidden; /*I am a comment*/
}
.pct75pct-container-iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Belos is for Listing Booster (it fits exactly) */
.booster140-container {
    position: relative;
    padding-bottom: 140%;
    padding-top: 35px;
    height: 0;
    overflow: hidden; /*I am a comment*/
}
.booster140-container-iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}



