﻿
@media (min-width: 1368px) {
    #rt-showcase-surround {
        margin-top: 80px !important;
    }
    #rt-header .rt-container {
        visibility: visible !important;
    }
}
@media (min-width: 1200px) {
    #rt-showcase-surround {
        margin-top: 80px !important;
    }
    #rt-header .rt-container {
        visibility: visible !important;
    }
}
@media (min-width: 1080px) {
    #rt-showcase-surround {
        margin-top: 80px !important;
    }
    #rt-header .rt-container {
        visibility: visible !important;
    }
}
@media (min-width: 768px) {
    #rt-showcase-surround {
        margin-top: 80px !important;
    }
    #rt-header .rt-container {
        visibility: visible !important;
    }
}
@media only screen and (max-width: 768) {
    #rt-showcase-surround {
        margin-top: 0px !important;
    }
    #rt-header .rt-container {
        visibility: hidden !important;
    }
}
@media only screen and (max-width: 480) {
    #rt-showcase-surround {
        margin-top: 0px !important;
    }
    #rt-header .rt-container {
        visibility: hidden !important;
    }
}
@media only screen and (max-width: 403) {
    #rt-showcase-surround {
        margin-top: 0px !important;
    }
    #rt-header .rt-container {
        visibility: hidden !important;
    }
}