*{margin:0;padding:0;}
html,body{margin:0;height:100%;font-family: Verdana, Geneva, sans-serif;overflow:auto;}
body{ color: #000000; font-size: 14px;/*background: #2a242b;*/}
.bg{}
a{ color:#FFF;font-family: 'verdana';}
a:active{ text-decoration:none;}
p{ margin: 0;}
.main-section{}
.title-div p{ overflow:hidden; font-size:12px;line-height:18px;max-height:38px;display:block;}
.header-div p{ overflow:hidden; font-size:18px;line-height:24px;max-height:74px;}
.widget-div,.title-div,.header-div{ padding:10px;padding-bottom:0;}

.main-section .container {
	width: 100%;
	max-width: 56vw;
	background: #fff;
	height: 128vh;
	padding: 3%;
    position: relative;
    overflow: hidden;
}
.title-div, .header-div, .widget-div {
    padding: 1.2vw;
    margin-bottom: 0.5vw;
}
.widget-div {
    border: 0.3vw solid #000;
}
img {
	max-width: 100%;
}
iframe {
    max-width: 100%;
}
.background-image {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: -13%;
	text-align: right;
}
.background-image img {
	width: 76.5%;
}
.main-section .col-sm-7 {
	position: relative;
	z-index: 1;
}

.main-section .col-sm-7.widget-div iframe {
    max-width: 100% !important;
}

.main-section .col-sm-7.widget-div iframe img {
    max-width: 100% !important;
}

@media only screen and (min-width:1024px){
    .title-div h1 {
        margin: 0;
        font-size: 1.1vw;
        line-height: 1.4;
        max-height: 49px;
        overflow: hidden;
        max-height: 3.1vw;
    }
    .header-div h2 {
        margin: 0;
        font-size: 1.5vw;
        line-height: 1.4;
        max-height: 6.2vw;
        overflow: hidden;
    }
    .main-section .col-sm-7.widget-div {
        max-height: 16vw;
        height: 16vw;
        text-align: center;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .main-section .col-sm-7.widget-div iframe {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto !important;
        top: auto;
        bottom: auto;
        padding: 1.1vw 0;
        height: 240px !important;
    }
}
@media only screen and (min-width:1920px){
    .main-section .col-sm-7.widget-div iframe{
        height: 230px !important;
    }
}
@media only screen and (min-width:2000px){
    .main-section .col-sm-7.widget-div iframe{
        height: 300px !important;
    }
}
@media only screen and (max-width:1366px){
    .main-section .container{
        height: 106vh;
    }
}
@media only screen and (max-width:1200px){
    .main-section .container{
        height: 100vh;
    }
    .main-section .col-sm-7.widget-div{
        height: 220px;
        max-height: 220px;
    }
}
@media only screen and (max-width:1024px){
    .main-section .container {
        height: auto;
        padding-bottom: 33%;
    }
}
@media only screen and (max-width:991px){
    .main-section .container{
        height: 100vh;
        max-width: 100%;
    }
    .title-div h1 {
        margin: 0;
        font-size: 1.1em;
        max-height: 2.4em;
        overflow: hidden;
        line-height: 1.2;
    }
    .header-div h2 {
        margin: 0;
        font-size: 1.3em;
        max-height: 3.7em;
        overflow: hidden;
        line-height: 1.2;
    }
    .background-image img {
        width: 100%;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .background-image{
        width: 130%;
        right: -43%;
    }
}
@media only screen and (max-width:767px){
    .main-section .container {
        height: auto;
    }
    .background-image img {
        width: 63%;
    }
    .background-image{
        right: -24%;
    }
    
}
@media only screen and (max-width:480px){
    .main-section .container{
        height: auto;
    }
    .background-image{
        right: -24%;
        width: 127%;
    }
    .main-section .col-xs-10{
        width: 100%;
    }
    .background-image img {
        width: 100%;
    }
    .main-section .col-sm-7.widget-div{
        overflow-x: auto;
        position: relative;
        width: 100%;
    }
    .main-section .container{
        /* padding-bottom: 93%; */
        padding-bottom: 100%;
    }
    .title-div, .header-div, .widget-div{
        padding: 1em;
    }
}