﻿@media (max-width:599px) {
    #Vest {
        height: 3000px !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 900px) {
    #Vest {
        height: 2800px !important;
    }
}

@media screen and (min-width: 901px) and (max-width: 1024px) {
    #Vest {
        height: 2600px !important;
    }
}

@media (min-width:1025px) {
    #Vest {
        height: 2350px !important;
    }
}


@media (max-width:772px) {
    #iframeVes

{
    height: 2600px !important;
}

}

@media screen and (min-width: 773px) and (max-width: 990px) {
    #iframeVes {
        height: 1600px !important;
    }
}

@media (min-width:991px) {
    #iframeVes {
        height: 1580px !important;
    }
}