.tws-top-menu .navbar-nav {
    font-size: 14px;
}

.slot--top-bar-html{
 height:40px; 
}

.dropdown-menu {
    font-size: 12px;
}

@media (max-width: 550px) {
     .big-container, .social-head {
         display: none;
     }
  	
  	.newsletter-button-holder{
   	display:none;   
  }
  
 }
 @media (min-width: 550px) {
     .small-container {
         display: none;
     }
 }
 /* Responsive iFrame */
 .responsive-iframe-container {
     position: relative;
     padding-bottom: 56.25%;
     padding-top: 30px;
     height: 0;
     overflow: hidden;
 }
 .responsive-iframe-container iframe,   
 .vresponsive-iframe-container object,  
 .vresponsive-iframe-container embed {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }