

header.fixed.scrolled .header_top .header-widget{
    color: #333333 !important;
}
article .image_holder .preview.hover_icon_holder {
     height: 100%;
     left: 0px;
     position: absolute;
     top: 0px;
     width: 100%;
}
article .hover_icon.icon_link_alt {
     display: none ! important;
}
@media only screen and (max-width: 1200px){
    iframe{
        width: 100%;
    }
}

@media only screen and (max-width: 768px){
    iframe{
        width: 90%;
    }
}

@media only screen and (max-width: 600px){
    iframe{
        width: 90%;
        height: 300px;
    }
}