.woocommerce-error, .woocommerce-info, .woocommerce-message {
  height: 118px;
}
.content-overlay .synopis-inner div.content {
    color: #fff;
    line-height: 1.35;
    width: 100%;
}
.woocommerce-cart .return-to-shop {
  display:none;
}
 .synopis-video-trailer {

    position: absolute;
    right: 10px;
    bottom: 150px;
    width: 192px;
    color: white;
    border: 2px solid white;
   text-align: center;
   font-weight: 700;

} 

a:link, a:hover, a:active, a:visited {

    transition: color 150ms;
    color: #ffffff;
    text-decoration: none;

}
@media screen and (max-device-width: 600px) and (orientation: portrait) {
    .col-xs-12 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
  
  .copyright {
    margin: 0;
    padding: 0;
    padding-right: 0px;
    color: #777;
    font-size: 9px;
    padding-right: 17px;
}

  
}

@media screen and (max-device-width: 480px) and (orientation: portrait) {
   
  
    .synopis-inner div.content {
        font-size: 3vw !important;
        overflow-y: scroll;
        padding: 0;
        display: none;
    }
}
@media screen and (max-device-width: 700px) and (orientation: landscape) {
  
    .synopis-inner div.content {
        font-size: 2.5vw!important;
        display: none;
    }
    

   
    
}