



.layout_padding {
    padding-bottom: 80px;
    padding-top: 80px;
}

.promoted_sectipon{
    width: 100%;
    float: left;
    background-color: rgba(0,0,0,.1);
    height: auto;

}

.promoted_text{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 35pt;
    color: #000000;
    text-transform: uppercase;
}

.images_main{
    width: 100%;
    float: left;
    margin-top: 50px;
}

.images{ width: 100%; float: left;}

.promoted_bt {
   width: 90%;
   text-align: center;
   background-color: #ffffff;
   margin: 0 auto;
   display: list-item;
   top: -35px;
   position: relative;
   height: 50px;
   border: 0px;
   font-size: 14pt;
}

button{
    cursor: context-menu;
}


/*----IFRAMER OVERLAY-------------------------------*/

iframe{
    border: thick solid rgb(255,255,255);
    background-color: rgba(0,0,0,0.9);

    opacity: 1;
    display: block;
    width: 100%;
   
    transition: .5s ease;
    backface-visibility: hidden
}

#YouTubeiframe{
    position: relative;
    width: 100%;
    /*background-color: rgba(0,0,0,0.9);*/
}
  
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}
  
#YouTubeiframe:hover iframe{
    opacity: 0.3;
}
  
#YouTubeiframe:hover .middle {
    opacity: 1;
}







  /*-------------------fade Image--------------------------*/
  #frontCover{
    background-image: linear-gradient(to right, rgb(0,0,0) , rgba(0,0,0,0.9) , rgb(0,0,0), ) !important;
    background-color: #000000;
  }