body {
  min-width: 1200px;
  padding-bottom: 30px;
}

.container {
  width: 1200px;
  max-width: none !important;
  height:100%;

  
}
.btngotocont:link, .btngotocont:visited {
    font-size:1.4em;
    background-color: #f44336;
    color: white;
    padding-top:10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius:10px;
    margin-top: 950px;
    margin-left: 50px;	
    width :170px;
    height:40px;
    position: absolute;
	
}


.btngotocont:hover, .btngotocont:active {
    background-color: red;
}
.btngotoweb:link, .btngotoweb:visited {

    font-size:1.4em;
    background-color: #f44336;
    color: white;
    padding-top:10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius:10px;
    margin-top: 950px;
    margin-left: 250px;	
    width :170px;
    height:40px;
    position: absolute;
	
}


.btngotoweb:hover, .btngotoweb:active {
    background-color: red;
}

.btngotovideo:link, .btngotovideo:visited {
    font-size:1.4em;
    background-color: #f44336;
    color: white;
    padding-top:5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius:17px;
    margin-top: 920px;
    margin-left: 850px;	
    width :210px;
    height:70px;
    position: absolute;
	
}


.btngotovideo:hover, .btngotovideo:active {
    background-color: red;
}
.ad{
    display:block;
	max-width: 100%;

}