.samsung {
    width:100%;
    border-image: url("/css/images/samsung.jpg") 10 ;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:10px
}
.samsung-image{
    width:100%

}
.screen-container{
    width:50%;
    float:left;


    padding: 15px 25px 25px;

}
.iframe-container{
   float:left;
   position:relative;
    width:100%;
    height:100%;


}
.screen-iframe{

 position:absolute;
    width:97%;
    top:15px;
    left:1.3%;


}

.iframe-container {
    overflow: hidden;

padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 12px #424242 solid;
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.header-logo {
    height:5%;
    }

#header {height:5%}